namespace YandexMusic.API.Models.Common { public class YProfile { public List Addresses { get; set; } public string Provider { get; set; } } }