public static JToken Convert(JavaScriptValue value)
 {
     return(s_instance.Visit(value));
 }