What i am trying to do is something like ``` class MainModule extends Module { binding to new com.github.tototoshi.play2.json4s.native.Json4s(configuration) } ``` so that in the service i can do ``` inject[Json4s] ``` Is this doable in scaldi?