namespace game { public interface IAdsService { void Init(); void Release(); void ShowRewarded(AdvertPopupType advertPopupType); void ShowInterstitial(AdvertPopupType advertPopupType); } }