namespace YandexMusic.API.Models.Radio.Restriction { public class YRestrictionValue { public string Name { get; set; } public T Value { get; set; } } }