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