}
@Test
public void itHasATrueValueForTransfer() throws Exception {
final XmlsonObject envelope = presenter.present(txaction, Locale.UK);
final XmlsonBoolean representation = (XmlsonBoolean) envelope.get("transfer");
assertThat(representation.getValue(), is(true));
}