namespace TINK.Model.Bikes.BikeInfoNS.CopriLock { public interface ILockInfo { /// Locking state of backend lock. LockingState State { get; } } }