public async Task <IEnumerable <Card> > GetAllCards() { return(await _repo.QueryAsync <Card>( _helper.GetAllCardsQuery(), new CancellationToken())); }