class Program { static void Main(string[] args) { var game = new TestGame(); game.Start(); } }