namespace TINK.Model.Bikes.BikeInfoNS.CopriLock { public interface ILockInfoMutable { LockingState State { get; set; } } }