How to inject method parameter ``` @inject() Class Name { doSomething( @inject() test: string ) { console.log(string); } ```