public async Task <CoffeeMachineDTO> Get(int id)
 => _mapper.Map <CoffeeMachineDTO>(await _coffeeMachineRepository.Get(id));