namespace ActivityPub; /// /// https://www.w3.org/ns/activitystreams#OrderedCollection /// public class OrderedCollection : Collection { /// /// Default Constructor /// public OrderedCollection() : base() => this.Type = "OrderedCollection"; }