@Override
 public boolean send(Message m, boolean relay) throws RemoteException {
   return delegate.send(m, relay);
 }