public void shouldLookupExternalId() throws SDKException {
// Given
String extIdType = "myExtIdType";
String extIdValue = "myExtIdValue";
XtId extID = new XtId(extIdValue);
extID.setType(extIdType);
Map<String, String> params = new HashMap<String, String>();
params.put("type", extIdType);
params.put("externaId", extIdValue);