public async Task <IEnumerable <string> > RelatedBooks(long id) { var result = await _booksService.BooksByAuthor(id); return(result); }