public void AfterAll()
 {
     theServer.Dispose();
     theClient.Dispose();
 }
 public void TestFixtureTearDown()
 {
     theServer.Dispose();
 }