public void TearDown()
 {
     _target = null;
 }
 public void Setup()
 {
     _target = new EWSMSExchangeConnector();
 }