using System.Threading.Tasks; namespace game { public interface IAdsService { void Init(); //Task ShowBanner(); void ShowRewarded(AdvertPopupType AadvertPopupType); } }