using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SpotifyAPIv1 { public enum SizeEnum { SIZE_160 = 160, SIZE_320 = 320, SIZE_640 = 640 } }