public async Task <IActionResult> ObterGastosBebidaAsync(Guid id) { return(Ok(await appService.ObterGastosBebidaAsync(id))); }