public async Task Locations_LocationRecentMedia()
		{
			var client = new InstagramClient();
			var response = await client.GetRecentMediaForLocation("1");
			Assert.AreEqual(200, response.meta.code);
		}