public void ConnectionDefault()
 {
     using (var client = new Rfc977NntpClient())
     {
         client.Connect(Server);
         client.Close();
     }
 }