public SegmentController(ILogService logService, ICurrentOpportunitiesSegmentService currentOpportunitiesSegmentService, AutoMapper.IMapper mapper, IJobProfileSegmentRefreshService <RefreshJobProfileSegmentServiceBusModel> refreshService)
 {
     this.logService = logService;
     this.currentOpportunitiesSegmentService = currentOpportunitiesSegmentService;
     this.mapper         = mapper;
     this.refreshService = refreshService;
 }
 public HealthController(ILogService logService, ICurrentOpportunitiesSegmentService currentOpportunitiesSegmentService)
 {
     this.logService = logService;
     this.currentOpportunitiesSegmentService = currentOpportunitiesSegmentService;
     resourceName = typeof(Program).Namespace;
 }