using System.Linq; namespace Sony.Filtr.Contracts.Definitions { public enum MusicService { Spotify = 1, Deezer = 2, YouTube = 3, SoundCloud = 4, Groove = 5, AppleMusic = 6, //Map when needed } }