public void createLayer(String layerName) throws InterruptedException {
   delegate.createLayer(layerName);
 }