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