public InfluxAppender() { ConverterRegistry.AddConverter(typeof(AppName), new ConvertStringToAppName()); ConverterRegistry.AddConverter(typeof(Facility), new ConvertStringToFacility()); //https://github.com/dotnet/extensions/issues/1345 HttpClient = new HttpClient(); }