public static String GetMessageId(this AlarmMessageType alarmMessageType)
 {
     return(alarmMessageType.GetStringValue());
 }