public SpecificationClosureOfOperationsShould(DbInjectionFixture <TrainingDb> testFixture,
                                               SpecificationFactories specificationFactories)
 {
     this.testFixture            = testFixture;
     this.specificationFactories = specificationFactories;
 }
 public SpecificationWithRepoShould(DbInjectionFixture <TrainingDb> testFixture,
                                    SpecificationFactories specificationFactories)
 {
     this.testFixture            = testFixture;
     this.specificationFactories = specificationFactories;
 }