namespace SWAD.API.Consts.Enums; public enum MusicService { /// /// Spotify Service /// Spotify, /// /// Tidal Service /// Tidal, /// /// Yandex Service /// Yandex }