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

            var command = new TmxNewTestPlatformCommand(this);

            command.Execute();
        }