/// <summary>
 /// Sets the enabled manual session handling.
 /// </summary>
 /// <param name="enabled">If set to <c>true</c> enabled.</param>
 public static void SetEnabledManualSessionHandling(bool enabled)
 {
     GA_Wrapper.SetEnabledManualSessionHandling(enabled);
 }