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