public void TestCleanup()
 {
     this.service = null;
 }
 public void TestInitialize()
 {
     this.service = new AccountServerService();
 }