public async Task DeleteTool(string id, CancellationToken cancellationToken)
 {
     await _searchIndex.DeleteSearchData(id, cancellationToken);
 }