public bool CancelFlight(string tripId, string PNR)
 {
     return(_PostOperations.CancelFlight(tripId, PNR));
 }