public async Task DeleteValue(Value entity) { _valueRepository.Remove(entity); await _valueRepository.Complete(); }