namespace TINK.Model.Bikes.Bike.BluetoothLock { public interface IBikeInfoMutable : BC.IBikeInfoMutable { ILockInfoMutable LockInfo { get; } } }