public IInterstittialAd CreateAd(Action <object> readyCallback,
                                         Action <object> completedCallback, Action <object> cancelledCallback, Action <object> errorCallback)
        {
            EditorInterstitialAd ad = new EditorInterstitialAd(readyCallback, completedCallback, cancelledCallback, errorCallback);

            return(ad);
        }
 public IInterstittialAd CreateAd( Action<object> readyCallback,
     Action<object> completedCallback, Action<object> cancelledCallback, Action<object> errorCallback)
 {
     EditorInterstitialAd ad = new EditorInterstitialAd( readyCallback, completedCallback, cancelledCallback, errorCallback );
     return ad;
 }