using System.Collections.Generic; namespace SpotifyAPI.Web { public class Context { public Dictionary ExternalUrls { get; private set; } public string Href { get; private set; } public string Type { get; private set; } public string Uri { get; private set; } } }