namespace TINK.Model.State { /// /// Base state information. /// public interface IBaseState { InUseStateEnum Value { get; } } }