public IEnumerable <IndexRecord> EnumerateRecords(string dataId) { // TODO: index exists? return(indexStore.Get(dataId)); }