static void Main(string[] args) { runner.States.Add(new MainMenu()); runner.ActivateState(runner.States.First()); runner.Run(); }