/// <summary>
 /// Configures the tracking of custom events. This method should be called in between setup() and start()
 /// </summary>
 /// <param name="telemetryManagerDisabled">If set to <c>true</c> the telemetry manager disabled. Default is <c>false</c>.</param>
 public static void SetTelemetryManagerDisabled(bool telemetryManagerDisabled)
 {
     if (Utils.IsSupportedPlatform())
     {
         target.SetTelemetryManagerDisabled(telemetryManagerDisabled);
     }
 }
 /// <summary>
 /// Configures the tracking of custom events. This method should be called in between setup() and start()
 /// </summary>
 /// <param name="telemetryManagerDisabled">If set to <c>true</c> the telemetry manager disabled. Default is <c>false</c>.</param>
 public static void SetTelemetryManagerDisabled(bool telemetryManagerDisabled)
 {
     target.SetTelemetryManagerDisabled(telemetryManagerDisabled);
 }