public void TestCleanup()
 {
     _target = null;
 }
 public void TestInitialize()
 {
     _target = new ChordFactory();
 }