public async Task <Card> CardGetAsync(int cardId) { return((await _gateway.CardGetAsync(cardId).ConfigureAwait(false)).ToUp()); }