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