public async Task Should_be_able_to_DELETE_resource_from_web_api() { await json.DeleteAsync <Person>(FormatUri("api/person/1")); }