public void deleteGridSubset(String layerName, String gridSetId) {
   delegate.deleteGridSubset(layerName, gridSetId);
 }