public void renameLayer(String oldLayerName, String newLayerName) throws InterruptedException {
   delegate.renameLayer(oldLayerName, newLayerName);
 }