configureMapper();
this.config = config;
this.historics = new DataSiftHistorics(config);
this.source = new DataSiftManagedSource(config);
this.preview = new DataSiftPreview(config);
this.push = new DataSiftPush(config);
this.liveStream = new ConnectionManager(config);
DependencyProvider.global().add(config);
}