public async Task CreateValue(Cafe value)
 {
     await _valuesRepository.CreateValue(value);
 }