public async Task <List <CoffeeMachineDTO> > GetAllAsync()
 => _mapper.Map <List <CoffeeMachineDTO> >(await _coffeeMachineRepository.GetAll());