@Override
 public void move(String sourceBlobName, String targetBlobName) throws IOException {
   delegate.move(sourceBlobName, targetBlobName);
 }