public static Task <bool> EditorInitializeAsync(IJSRuntime jsruntime, EditorModel editorModel)
 => jsruntime.InvokeAsync <bool>("BlazorBitsMonacoInterop.EditorInitialize", new[] { editorModel });
 public static Task <EditorModel> EditorSetAsync(IJSRuntime jsruntime, EditorModel editorModel)
 => jsruntime.InvokeAsync <EditorModel>("BlazorBitsMonacoInterop.EditorSet", new[] { editorModel });