public GitHubMonitorFunction(IEventDispatchService eventDispatchService, IOptions <GitHubMonitorConfig> config)
 {
     this.eventDispatchService = eventDispatchService;
     this.config = config;
 }