I would like to log Application Insights telemetry data to both my own account and a client's account.
Is there any issue with using multiple instances of TelemetryClient to log the same data to two different Application Insights instrumentation keys? Or is there a better way to do this?