public static string ToDateTimeString(this SystemDateTime?value, string format = DefaultDateTimeFormat) { return(value?.ToString(format)); }