public override IList <EdgarTuple> GetKeys(IEdgarDatasetsRepository repository, int datasetId)
 {
     return(repository.GetTextKeys(datasetId));
 }