namespace UWPHook.SteamGridDb { class GameResponse { /// /// SteamGridDB id of the game /// public int Id { get; set; } /// /// Name of the game in SteamgridDB /// public string Name { get; set; } } }