public static void Main(string[] args) { using (var start = new TestGame()) { start.Run(60.0, 60.0); } }