protected override DateTime ParseValue(string rawData)
 {
     return(ColumnParsingHelper.ParseDate(rawData));
 }