public QueryValidatorBehaviorTests()
 {
     _nonGenericResultBehavior = new ValidatorBehaviorFixture <IQuery <Result>, Result>();
     _genericResultBehavior    = new ValidatorBehaviorFixture <IQuery <Result <FakeData> >, Result <FakeData> >();
 }
 public CommandValidatorBehaviorTests()
 {
     _nonGenericResultBehavior = new ValidatorBehaviorFixture <ICommand <Result>, Result>();
     _genericResultBehavior    = new ValidatorBehaviorFixture <ICommand <Result <FakeData> >, Result <FakeData> >();
 }