namespace YandexMusic.API.Models.Common; public class YStyle { public string BgColor { get; set; } public string BorderColor { get; set; } public string TextColor { get; set; } }