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