public static IEditorPageFrame GetActiveEditorPageFrame([NotNull] this IWorkingContext workingContext)
 {
     return(FrameLocator.GetActiveEditorPageFrame(workingContext));
 }