public Task <IEnumerable <Book> > GetBooksAsync() { return(_httpClient.GetItemsAsync($"{_booksUrl}")); }