internal static IJavascriptObject[] Convert(CefV8Value[] value)
 {
     return value.Select(p => Convert(p)).ToArray();
 }