private ApplicationInsightsTelemetryConverter(ApplicationInsightsSinkOptions options)
 {
     Guard.NotNull(options, nameof(options), "Requires a set of options to influence how to track to Application Insights");
     _exceptionTelemetryConverter = new ExceptionTelemetryConverter(options.Exception);
 }