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