private async Task InitializeAsync()
 {
     Deck.CurrentAppVersion = AppVersion;
     Deck.CardDictionary    = await _cardsService.GetCardsDictionaryAsync();
 }