async void HandleOnChatPromptSelected(object sender, ChatPromptEventArgs e) { await ChatViewModel.ActivateChatPrompt(e.ChatPromptType); }