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