public void ArrivedToBasement(string deviceId)
 {
     _driverRepository.ArrivedToBasement(deviceId);
 }