namespace YandexMusic.API.Models.Account; public class YAuthToken { public string CsfrToken { get; set; } public string TrackId { get; set; } public string SessionTrackId { get; set; } public string ProcessUuid { get; set; } public Dictionary Cookie { get; set; } = new(); }