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