public LmiImportOrchestrationTrigger( ILogger <LmiImportOrchestrationTrigger> logger, IJobProfileService jobProfileService, IMapLmiToGraphService mapLmiToGraphService, ILmiSocImportService lmiSocImportService, IGraphService graphService, IEventGridService eventGridService, EventGridClientOptions eventGridClientOptions) { this.logger = logger; this.jobProfileService = jobProfileService; this.mapLmiToGraphService = mapLmiToGraphService; this.lmiSocImportService = lmiSocImportService; this.graphService = graphService; this.eventGridService = eventGridService; this.eventGridClientOptions = eventGridClientOptions; }