public void SetupApplication() { var coreBootstrapper = new CoreBootstrapper(); coreBootstrapper.SetupCore(); _tinyContainer.RegisterSingle <IGameApp, IosGameApp>(); }