protected InputStreamAttachment createInputStreamAttachment() {
String name = this.name;
String contentType = resolveContentType();
String contentId = resolveContentId();
return new InputStreamAttachment(sourceInputStream, contentType, name, contentId);
}