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