public bool AddVehicle(VehicleDetails vehicle)
 {
     throw new NotImplementedException();
 }
 public void NotifyVehicleStateChange(VehicleDetails vehicle)
 {
     throw new NotImplementedException();
 }