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