public string GetCarStatus(string TripId, string Id)
 {
     return(_PostOperations.GetCarStatus(TripId, Id));
 }