namespace YandexMusic.API.Models.Feed.Event { public class YFeedEventGenreTracks : YFeedEventTracks { public string Genre { get; set; } } }