public async Task Locations_Search()
		{
			var client = new InstagramClient();
			var response = await client.SearchLocations(48, 2);
			Assert.AreEqual(200, response.meta.code);
		}