/** {@inheritDoc} */
@Override
public final T getDocument(GetDocumentRequest request) throws IOException, ServiceException {
this.setDefaultsIfNUll(request);
return this.invoke(request, new GetDocumentRequestBuilder(), new DocumentResponseHandler<T>(documentType));
}