using System.Text.Json.Serialization; namespace YandexMusic.API.Models.Account; public class YAuthCaptchaVoice { public string Url { get; set; } [JsonPropertyName("intro_url")] public string IntroUrl { get; set; } }