public IEnumerable <Quote> GetQuotesByAuthor(string author) => _quoteService.GetByAuthor(author);