namespace YandexMusic.API.Models.Queue; public class YContext { public string Type { get; set; } public string Id { get; set; } public string Login { get; set; } public string Description { get; set; } }