public Task <IEnumerable <Book> > Get(string writerId, string genre, string title) { return(db.GetBooks(writerId, genre, title)); }