return nodeFactory.fromSummaryResponse(r);
}
public Radio loadRadio(String radioId) throws NodeNotFoundException {
RadioSummaryResponse r;
try {
r = api.path(routes.RadiosResource().radio(radioId), RadioSummaryResponse.class)
.execute();
return radioFactory.fromSummaryResponse(r);