public void SetStatus(ref Message_Status theStat, TCollection_HExtendedString theStr)
 {
     throw new NotImplementedException();
 }
 public void SetStatus(ref Message_Status theStat, Message_Msg theMsg)
 {
     throw new NotImplementedException();
 }
 public void SetStatus(ref Message_Status theStat, TCollection_ExtendedString theStr, bool noRepetitions)
 {
     throw new NotImplementedException();
 }
 public void SetStatus(ref Message_Status theStat, string theStr)
 {
     throw new NotImplementedException();
 }
 public void SetStatus(ref Message_Status theStat, int theInt)
 {
     throw new NotImplementedException();
 }
 public TColStd_HSequenceOfHExtendedString GetMessageStrings(ref Message_Status theStatus)
 {
     throw new NotImplementedException();
 }
 public TColStd_HPackedMapOfInteger GetMessageNumbers(ref Message_Status theStatus)
 {
     throw new NotImplementedException();
 }