public PerformanceMonitorHeartBeat(IPerformanceMonitorWorkerService performanceMonitorWorkerService, IPerformanceMonitorService performanceMonitorService, IPerformanceMonitorDataService performanceMonitorDataService)
 {
     _performanceMonitorWorkerService = performanceMonitorWorkerService;
     _performanceMonitorService       = performanceMonitorService;
     _performanceMonitorDataService   = performanceMonitorDataService;
 }
 public PerformanceMonitorController(IPerformanceMonitorWorkerService performanceWorkerService)
 {
     _performanceMonitorWorkerService = performanceWorkerService;
 }
 public PerformanceMonitorHeartBeat(IPerformanceMonitorWorkerService performanceMonitorWorkerService,IPerformanceMonitorService performanceMonitorService, IPerformanceMonitorDataService performanceMonitorDataService)
 {
     _performanceMonitorWorkerService = performanceMonitorWorkerService;
     _performanceMonitorService = performanceMonitorService;
     _performanceMonitorDataService = performanceMonitorDataService;
 }
 public PerformanceMonitorController(IPerformanceMonitorWorkerService performanceWorkerService)
 {
     _performanceMonitorWorkerService = performanceWorkerService;
 }