public ClientConnection(MeTLServerAddress address)
 {
     server = address;
     Trace.TraceInformation("MeTL client connection started.  Server set to:" + server.ToString(), "Connection");
 }