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