public async Task <IPlatformResponse <ITrip> > GetTrip(string tripId, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null)
 {
     SetupTokenAndProgress(cancellationToken, progress);
     return(await SdkClient.GetTrip(tripId, cancellationToken, progress));
 }