public EventApi getEventApi() {
return new EventApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}
public AuditRecordApi getAuditRecordApi() {
return new AuditRecordApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}