public async Task <Books[]> GetBooksAsync() { Books[] books = await ApiCaller.GetBooksAsync(); return(books); }