static void Main(string[] args) { var game = new Game(Console.Out, Console.In); game.StartGuessNumber(); }