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