using TINK.Model.Bike; namespace TINK.Services.BluetoothLock { public interface ILocksServiceFake : ILocksService { void UpdateSimulation(BikeCollection bikes); } }