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