protected override void BeginProcessing()
 {
     CheckCmdletParameters();
     
     TmxInvokeTestCaseCommand command =
         new TmxInvokeTestCaseCommand(this);
     command.Execute();
 }
        protected override void BeginProcessing()
        {
            CheckCmdletParameters();

            TmxInvokeTestCaseCommand command =
                new TmxInvokeTestCaseCommand(this);

            command.Execute();
        }