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