Inheritance: Standard_Transient
 public Message_Messenger(Message_Messenger parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void ActivateInMessenger(bool toActivate, Message_Messenger theMessenger)
 {
     throw new NotImplementedException();
 }
 public void UpdateActiveInMessenger(Message_Messenger theMessenger)
 {
     throw new NotImplementedException();
 }
 public bool IsActiveInMessenger(Message_Messenger theMessenger)
 {
     throw new NotImplementedException();
 }
 public void sendMessages(Message_Messenger theMessenger, Message_Gravity theGravity,
                          Message_CompositeAlerts theCompositeAlert)
 {
     throw new NotImplementedException();
 }
 public void SendMessages(Message_Messenger theMessenger, Message_Gravity theGravity)
 {
     throw new NotImplementedException();
 }
 public void SendMessages(Message_Messenger theMessenger)
 {
     throw new NotImplementedException();
 }
 public void SetMessenger(Message_Messenger theMsgr)
 {
     throw new NotImplementedException();
 }