public LWW_SetWithVCServiceTests()
 {
     _repository    = new LWW_SetWithVCRepository();
     _lwwSetService = new LWW_SetWithVCService <TestType>(_repository);
 }