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