public async Task <IActionResult> GetIncomeTypes() => Ok(await _incomeHandler.GetTypes());