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