}
@Override
public IdentityApi getIdentityApi() throws SDKException {
RestConnector restConnector = createRestConnector();
return new IdentityApiImpl(restConnector, new TemplateUrlParser(), getPlatformApi(restConnector).getIdentity(), getPageSize());
}