using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sony.Filtr.AdminAPI.ViewModels { public class SpotifyArtistReferenceViewModel { public string Name { get; set; } public string Uri { get; set; } } }