protected override void ProcessRecord() { TLHelper.checkTestPlan(InputObject); var command = new TLSrvAddBuildCommand(this); command.Execute(); }