public async Task <IActionResult> Get(Guid id) { var loans = _loanRepository.GetAllByFriendId(id); return(await Response(loans, null)); }