namespace YandexMusic.API.Models.Common { public class YDescription { public string Text { get; set; } public string Uri { get; set; } } }