namespace ET { public interface INumericWatcher { void Run(long id, long value); } }