public async Task <IPlatformResponse <IAppResponse> > Apps(int skip = 0, int top = 1000, string filter = null, string select = null, string orderby = null, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null) { SetupTokenAndProgress(cancellationToken, progress); return(await SdkClient.Apps(skip, top, filter, select, orderby, cancellationToken, progress)); }