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