/** Shuts down the {@link SynchronizeFXServer}. */
 public void shutdownServer() {
   server.shutdown();
 }