Property NextBySubj
NextBySubj
Combined with sequence gets the next message for a subject with the given sequence or higher
[JsonPropertyName("next_by_subj")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? NextBySubj { get; set; }