public async Task <Deck> DeckGetAsync(int deckId) { return((await _gateway.DeckGetAsync(deckId).ConfigureAwait(false)).ToUp()); }