public void MyTestCleanup()
 {
     target = null;
 }
 public void MyTestInitialize()
 {
     target = new AgentStatusPresenter();
 }