namespace UWPHook.SteamGridDb { /// /// Represents an image from SteamGridDB /// public class ImageResponse { public string Url { get; set; } } }