protected static string FromDateTime(DateTime value)
 {
     return(XmlCustomFormatter.FromDateTime(value));
 }