Using the `Inject` attribute, it should be possible to inject on methods: ``` cs [Inject] public void Method(TypeA paramA, TypeB paramB) { ... } ```