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