configurationService = new ConfigurationServiceProxy(BASE_URL, restTemplate);
connectorService = new ConnectorServiceProxy(BASE_URL, restTemplate);
loggerService = new LoggerServiceProxy(BASE_URL, restTemplate);
reportService = new ReportServiceProxy(BASE_URL, restTemplate);
taskService = new TaskServiceProxy(BASE_URL, restTemplate);
policyService = new PolicyServiceProxy(BASE_URL, restTemplate);
workflowService = new WorkflowServiceProxy(BASE_URL, restTemplate);
notificationService = new NotificationServiceProxy(BASE_URL, restTemplate);
schemaService = new SchemaServiceProxy(BASE_URL, restTemplate);
userRequestService = new UserRequestServiceProxy(BASE_URL, restTemplate);
}