public async Task <IActionResult> RentedBooks() { return(View(await _clientProvider.GetRentedBooksAsync())); }