public VoiceGatherAlarmSuppressionModel(IVRConfigSection theConfiguration, string thePin, string theLockName, int theRetryCount)
     : base(theConfiguration, thePin, theRetryCount)
 {
     LockName = theLockName;
 }
 public VoiceGatherLockModel(IVRConfigSection theConfiguration, string thePin, int theRetryCount)
     : base(theConfiguration, theRetryCount)
 {
     Pin = thePin;
 }