public async Task <IEnumerable <LoanDTO> > GetActiveLoansAsync() => Mapper.Map <IEnumerable <LoanDTO> >(await loanRepo.GetActiveLoansAsync());