@Test
public void usingClientFollow() throws Exception {
// given
final JsonRepresentation givenAction = Util.givenAction(client, "ActionsEntities", "list");
final ObjectActionRepresentation actionRepr = givenAction.as(ObjectActionRepresentation.class);
final LinkRepresentation invokeLink = actionRepr.getInvoke();
assertThat(invokeLink, isLink(client)
.rel(Rel.INVOKE)