We are using the MVP Pattern in our Android project. Currently, we instantiate the Presenter with
class MainPresenter(private val mView: MainContract.View)