}
@Override
public DeviceControlApi getDeviceControlApi() throws SDKException {
RestConnector restConnector = createRestConnector();
return new DeviceControlApiImpl(this, restConnector, new UrlProcessor(), getPlatformApi(restConnector).getDeviceControl(), getPageSize());
}