using System; namespace Blue { public interface IChainEvent : IEvent { //IChainEvent NextEvent(Action onEvent) where T : IEvent; } }