protected static string FromByteArrayHex(byte[] value)
 {
     return(XmlCustomFormatter.FromByteArrayHex(value));
 }