public TimelogTypePutOneHandler(IGenericRepository repository)
 {
     _repository = repository.ArgNotNull();
 }