internal Task DispatchInContext(Action act)
 {
     return(_WebView.DispatchAsync(act));
 }