public IAsyncEnumerable <IndexRecord> EnumerateRecordsAsync(string dataId) { // TODO: index exists? return(indexStore.GetAsync(dataId)); }