public async Task <IList <Debt> > GetDebtsByUserIdAsync(string userId) { return(await _debtRepository.GetDebtsByUserIdAsync(userId)); }