public WebClientService(HttpClient httpClient, IOptions <ServiceSettings> options) { this.httpClient = httpClient; settings = options.Value; //this.httpClient.BaseAddress = settings.OpenWeatherhost; }