private async Task InitGames() { _fullItems = await Ds.GetTitles(); GameTitles = new ObservableCollection <GameTitle>(_fullItems); }