static void Main(string[] args) { NestHase nh = new NestHase(args[0]); nh.Work(); Console.WriteLine("Press any key to end..."); Console.ReadLine(); nh.Stop(); Console.ReadLine(); }