public OR_SetServiceTests()
 {
     _repository   = new OR_SetRepository();
     _orSetService = new OR_SetService <TestType>(_repository);
 }
 public OR_SetServiceTests()
 {
     _repository   = new OR_SetRepository();
     _orSetService = new OR_SetService <TestType>(_repository);
     _builder      = new TestTypeBuilder(new Random());
 }