public void Teardown()
 {
     this.target = null;
 }
 public void Setup()
 {
     this.target = new DefaultStringBehavior();
 }