public void TestClean()
 {
     client = null;
 }
 public void TestInit()
 {
     //Arrange test
     client = new HelloService1.HelloServiceClient("BasicHttpBinding_IHelloService");
 }