예제 #1
0
 private async Task <List <CollectionModelWithLatestVersion> > RetrieveCollections(Guid gameId,
                                                                                   IEnumerable <Guid> colIds, CancellationToken ct)
 =>
 await _api.Collections(gameId, colIds.ToList(), ct,
                        await _collectionInfoFetcher.GetImpersonatedUserId().ConfigureAwait(false))
 .ConfigureAwait(false);