public IEnumerable <T> ReadFromCsv(TextReader reader, CsvOptions options)
 {
     yield break;
 }