private async Task ImportInternal()
        {
            DecorationsSaveSlotInfo selected = await SaveDataUtils.GetDecorationsSaveSlot(saveSlotInfoSelector);

            if (selected == null)
            {
                return;
            }

            ApplySaveDataDecorations(selected);
        }