public int AddTrip(TripDetails trip)
 {
     throw new NotImplementedException();
 }
 public void NotifyTripStateChange(TripDetails trip)
 {
     throw new NotImplementedException();
 }