public async Task <IEnumerable <ToolIndexContent> > QueryTools(QueryParams query, CancellationToken cancellationToken) { return(await _searchIndex.QueryToolIndex(query, cancellationToken)); }