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