/// <summary>
 /// Manually renews the session with a custom identifier.
 /// </summary>
 /// <param name="sessionId">Custom session identifier.</param>
 public static void RenewSessionWithId(string sessionId)
 {
     if (Utils.IsSupportedPlatform())
     {
         target.RenewSessionWithId(sessionId);
     }
 }
 /// <summary>
 /// Manually renews the session with a custom identifier.
 /// </summary>
 /// <param name="sessionId">Custom session identifier.</param>
 public static void RenewSessionWithId(string sessionId)
 {
     target.RenewSessionWithId(sessionId);
 }