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