namespace ET { public interface INumericWatcher { void Run(EventType.NumbericChange args); } }