public void Run() { ExplorerPresenter explorerPresenter = container.Value.Get <ExplorerPresenter>(); explorerPresenter.Run(); }