public void Go() { _game = new MyGame(_engineSystems, new GameSystemCollection()); _game.Init(); _activeWindow.Run(); }