using System; public interface IUnityImpressionData { event Action OnImpressionDataReady; event Action OnImpressionSuccess; }