public async Task DeleteExpenseAsync(int expenseId) { await _expenseManager.DeleteExpenseAsync(expenseId); }