public Message_ExecStatus(Message_ExecStatus parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void And(Message_ExecStatus theOther)
 {
     throw new NotImplementedException();
 }
 public void SendStatusMessages(Message_ExecStatus theFilter)
 {
     throw new NotImplementedException();
 }
 public void AddStatus(Message_ExecStatus theStatus, Message_Algorithm theOther)
 {
     throw new NotImplementedException();
 }
 public void SendStatusMessages(Message_ExecStatus theFilter, Message_Gravity theTraceLevel)
 {
     throw new NotImplementedException();
 }