using System; public interface ICallBackable { void OnCall(); }