protected NodeCentricResetService(boolean resetEnabled, NodeCentricDatasource datasource) {
   super(resetEnabled, datasource.getEventAdmin());
   this.datasource = datasource;
 }