namespace YandexMusic.API.Models.Radio.Restriction; public class YRestriction { public string Name { get; set; } public YRestrictionType Type { get; set; } }