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