public IQueryable <BookRetrieveModel> GetBooks() => _filterRepository.GetBooks().ProjectTo <BookRetrieveModel>(_mapper.ConfigurationProvider);