public async Task HandleAsync(AddCustomDay command) { await _planService.AddCustomDayAsync(command.Procurer, command.date, command.calories); }