public HasScriptBlockCmdletBase()
        {
            TestPassed = false;

            Highlight       = Preferences.Highlight;
            HighlightParent = Preferences.HighlightParent;
//            this.HighlightFirstChild = Preferences.HighlightFirstChild;
            KnownIssue = false;
            Banner     = string.Empty;

            // 20140130
            UiaAutomation = AutomationFactory.GetMyAutomation();
        }