namespace Common.Event { public interface IEvent { void Run(Env env); } }