static void Main() { var catService = new CatService("Toddy", "Kon"); catService.Run(); Console.ReadLine(); }