void InvokeToWebCoreThread(Action method)
 {
     if (IsFree)
     {
         return;
     }
     WebViewAndAnother.Invoker(method);
 }