static void Main(string[] args) { var client = new MessageClient(); client.ExexuteJob(); Console.ReadKey(); }