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