namespace YandexMusic.API.Models.Common { public class YPhone { public string Phone { get; set; } } }