namespace DTS.DASLib.Service.StateMachine { public interface IStatusInfo { void Reset(); } }