public void PlayIphoneGame(iPhone phone) { Console.WriteLine("******************"); Game game = new Game(); phone.Game(game); }