protected static string FromEnum(long value, string[] values, long[] ids)
 {
     return(XmlCustomFormatter.FromEnum(value, values, ids));
 }