public async Task <ActionResult <double> > GetTotalIncome() { return(Ok(await service.GetTotalIncome())); }