static void Main(string[] args) { OrderService o = new OrderService(); o.Run(); Console.ReadLine(); }