using System.Runtime.Serialization; namespace YandexMusic.API.Models.Account; public enum YAuthQrState { [EnumMember(Value = "otp_auth_finished")] OtpAuthFinished, }