public void onInterstitialAdClosed(string empty)
 {
     if (IronSourceEvents._onInterstitialAdClosedEvent != null)
     {
         IronSourceEvents._onInterstitialAdClosedEvent();
     }
 }