using System.Text.Json.Serialization; namespace OI.Metrology.Shared.Models; public record Price( [property: JsonPropertyName("CC")] string CC );