public ExternalEndpointHealthCheck(IOptions <ServiceSettings> options)
 {
     _settings = options.Value;
 }