public LWW_SetServiceTests()
 {
     _repository    = new LWW_SetRepository();
     _lwwSetService = new LWW_SetService <TestType>(_repository);
 }