static void Main(string[] args) { var o = new MyTool(); o.Run(); Console.WriteLine("Hello World!"); }