this is how I get the presenter injected `private ...
# kodein
d
this is how I get the presenter injected
private val presenter: GreetPresenter by with(this).instance()
this was working before I tried to add the persistence service which uses a context