public DeviceControlApi getDeviceControlApi() {
return new DeviceControlApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}
public IdentityApi getIdentityApi() {
return new IdentityApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}