namespace YandexMusic.API.Models.Landing.Entity.Entities.Context; public class YPlayContext { public string Client { get; set; } public YPlayContextType Context { get; set; } public string ContextItem { get; set; } }