namespace Common.Component { public interface IEvent { void Trigger(Env env); } }