public void Append(Message_SequenceOfPrinters theSeq)
 {
     throw new NotImplementedException();
 }
 public Message_SequenceOfPrinters(Message_SequenceOfPrinters theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public Message_SequenceOfPrinters Assign(Message_SequenceOfPrinters theOther)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, Message_SequenceOfPrinters theSeq)
 {
     throw new NotImplementedException();
 }