/// <summary> /// Private constructor for clone method. /// </summary> /// <param name="other">Other FivePrimeUTR instance.</param> private FivePrimeUtr(FivePrimeUtr other) : base(other) { }