}
private void then(RestfulResponse<ActionResultRepresentation> restfulResponse) throws Exception {
final ActionResultRepresentation actionResultRepr = restfulResponse.getEntity();
assertThat(actionResultRepr.mapHas("links[rel=self]"), is(false));
}
}