public virtual IEnumerable <CsvRow> RetrieveExportData(string id)
 {
     return(ResponseReader.ReadExportData(RetrieveExportStream(id)));
 }