public Result request(WonderlandIdentity identity, Action action) {
   return wrapped.request(id, action);
 }
 public boolean request(WonderlandIdentity identity, Action action, ComponentRegistry registry) {
   return wrapped.request(id, action, registry);
 }
 public String getId() {
   return IdentityResourceWrapper.class.getSimpleName() + "-" + wrapped.getId();
 }