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