public void Teardown()
 {
     this.target = null;
     this.errors = null;
 }
 public void Setup()
 {
     this.target = new OrderSenderNameSpecification();
     this.errors = new List <string>();
 }