namespace YandexMusic.API.Models.Common { public class YVideo { public string Cover { get; set; } public string EmbedUrl { get; set; } public string Provider { get; set; } public string ProviderVideoId { get; set; } public string Title { get; set; } } }