public Task <long> CountAsync(string term, Site site) { return(_searcher.CountAsync(IndexName, term, site)); }