/// <summary> /// Return a text-representation of this object. /// </summary> public override String ToString() => String.Concat(Periods.AggregateWith(", "), " -> ", On.AsString(), UnstructuredText.IsNotNullOrEmpty() ? "; " + UnstructuredText : "");