Property Domain
Domain
If the Stream accepting the message is in a JetStream server configured for a domain this would be that domain
[JsonPropertyName("domain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Domain { get; set; }