public static EditorMainFrameProxy GetEditorMainFrameProxy([NotNull] this IWorkingContext workingContext)
        {
            IFrame frame = workingContext.GetEditorMainFrame();
            var    proxy = new EditorMainFrameProxy(frame);

            return(proxy);
        }