public async Task <IEnumerable <Book> > GetBooksByAuthorIdAsync(string authorId) { return(await BookStorage.ReadByAuthorIdAsync(authorId)); }