using System.Text.Json.Serialization; namespace Expose.MyIT.Shared.Models; public record AdditionalData( [property: JsonPropertyName("ServiceId")] string ServiceId );