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