static void Main(string[] args) { MessageSender.Execute(); Console.WriteLine("Press any key to exit..."); Console.Read(); }