Current the library uses `ConfigureAwait(true)` as the current [CoreWebView2.CallDevToolsProtocolMethod](https://docs.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.calldevtoolsprotocolmethodasync?view=webview2-dotnet-1.0.774.44&preserve-view=true#Microsoft_Web_WebView2_Core_CoreWebView2_CallDevToolsProtocolMethodAsync_System_String_System_String_) method can only be used on the `UI Thread`. - [ ] Raise issue on `WebView2` issue tracker.