@Override
 public Destination getDestination() {
   return wrapped == null ? super.getDestination() : wrapped.getDestination();
 }