public void Before()
 {
     this.configBuilder = new ActionConfigurationBuilder();
 }
 public void Before()
 {
     Fake.InitializeFixture(this);
     this.configBuilder = new ActionConfigurationBuilder();
 }