Property Name
Name
A unique name for the consumer, either machine generated or the durable name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Name { get; set; }