}
@Override
public List<BatchRequestPart> parseBatchRequest(final String contentType, final InputStream content,
final EntityProviderBatchProperties properties) throws BatchException {
List<BatchRequestPart> batchParts = new BatchRequestParser(contentType, properties).parse(content);
return batchParts;
}