using System; using System.Linq; namespace Sony.Filtr.Core.TopLists { [Serializable] public class SpotifyArtistReferenceViewModel { public string Name { get; set; } public string Uri { get; set; } } }