public async Task DeleteLoanLineItemAsync(int id, int loanId) => await loanRepo.DeleteLoanLineItemAsync(id, loanId);