/// <summary>
 /// Forces the SDK to start a new session.
 /// </summary>
 public static void StartNewSession()
 {
     if (Utils.IsSupportedPlatform())
     {
         target.StartNewSession();
     }
 }
 /// <summary>
 /// Forces the SDK to start a new session.
 /// </summary>
 public static void StartNewSession()
 {
     target.StartNewSession();
 }