private async Task <object> CommandImportExecute(object param)
        {
            await DeckImporter.ImportFromText(ImportData); //results of this cass will be handled in deckpreviewdatamodel

            return(null);
        }