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