public virtual void WillDismiss (GADCustomEventInterstitial customEvent)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
		public virtual void DidReceiveAd (GADCustomEventInterstitial customEvent, NSObject ad)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
		public virtual void DidFailAd (GADCustomEventInterstitial customEvent, NSError error)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
		public virtual void WillLeaveApplication (GADCustomEventInterstitial customEvent)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}