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