protected void find(Receiver<EntityProxy> callback) {
   requests.find(proxyId).with().fire(callback);
 }