public async Task <IPlatformResponse <IVehiclesResponse> > TripHistoryStates(string tripId, int skip = 0, int top = 1000, string fields = null, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null) { SetupTokenAndProgress(cancellationToken, progress); return(await SdkClient.TripHistoryStates(tripId, skip, top, fields, cancellationToken, progress)); }