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