namespace Model { public interface IEvent { void Run(Env env); } }