@Override
 public void changeDestination(String trackingId, String destinationUnLocode)
     throws RemoteException {
   bookingService.changeDestination(new TrackingId(trackingId), new UnLocode(destinationUnLocode));
 }