private void OnAdClosed(TDAdEvent e)
 {
     if (e.IsVideoEvent())
     {
         GameManager.Instance.EventManager.CallOnInterstitialClosedEvent();
         AdManager.LoadVideo("maininterstitial");
     }
     else if (e.IsRewardedVideoEvent())
     {
         AdManager.LoadRewardedVideo();
     }
 }