private async ValueTask <JsRuntimeObjectRef> GetJsRuntimeObjectRef()
 {
     return(jsRuntimeObjectRef ??= await jsRuntime.GetInstancePropertyRef(windowRuntimeObjectRef, memberName));
 }