public void MyTestCleanup() {
     target.Stop();
     target = null;
 }
 public void MyTestInitialize() {
     target = new PeerRegistrationService();
 }