namespace YandexMusic.API.Models.Landing.Entity; public abstract class YLandingEntity { public string Id { get; set; } public YLandingEntityType Type { get; set; } }