namespace YandexMusic.API.Models.Passport; public class YPushApp { public string App { get; set; } = string.Empty; public string Platform { get; set; } = string.Empty; }