public static BaseApp UseLayoutAssertionExtensionsBugReporting(this BaseApp baseApp)
        {
            var bugReportingLayoutAssertionsExtensions = new BugReportingAssertionExtensions();

            bugReportingLayoutAssertionsExtensions.SubscribeToAll();

            return(baseApp);
        }
        public static void AddLayoutAssertionExtensionsBugReporting()
        {
            var bugReportingLayoutAssertionsExtensions = new BugReportingAssertionExtensions();

            bugReportingLayoutAssertionsExtensions.SubscribeToAll();
        }