ControlFactory<SyncInfoValue> syncInfoValueFactory = new SyncInfoValueFactory( apiService );
controlFactories.put( syncInfoValueFactory.getOid(), syncInfoValueFactory );
LOG.info( "Registered pre-bundled control factory: {}", syncInfoValueFactory.getOid() );
ControlFactory<SyncRequestValue> syncRequestValueFactory = new SyncRequestValueFactory( apiService );
controlFactories.put( syncRequestValueFactory.getOid(), syncRequestValueFactory );
LOG.info( "Registered pre-bundled control factory: {}", syncRequestValueFactory.getOid() );
ControlFactory<SyncStateValue> syncStateValueFactory = new SyncStateValueFactory( apiService );
controlFactories.put( syncStateValueFactory.getOid(), syncStateValueFactory );
LOG.info( "Registered pre-bundled control factory: {}", syncStateValueFactory.getOid() );