namespace ET { public interface INumericWatcher { void Run(Unit unit, NumbericChange args); } }