/// <summary>
 /// Setup the SDK with the instrumentation key of your app.
 /// </summary>
 /// <param name="instrumentationKey">The instrumentation key of your app.</param>
 public static void Setup(string instrumentationKey)
 {
     if (Utils.IsSupportedPlatform())
     {
         target.Setup(instrumentationKey);
     }
 }
 /// <summary>
 /// Setup the SDK with the instrumentation key of your app.
 /// </summary>
 /// <param name="instrumentationKey">The instrumentation key of your app.</param>
 public static void Setup(string instrumentationKey)
 {
     target.Setup(instrumentationKey);
 }