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