@Override
 public void attachment(
     String contentType, InputStream content, Map<String, String> additionalHeaders)
     throws Exception {
   if (consumer != null) {
     consumer.attachment(contentType, content, additionalHeaders);
   }
 }