public MeasurementApi getMeasurementApi() {
return new MeasurementApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}
public AlarmApi getAlarmApi() {
return new AlarmApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}