public static async Task <bool> TryDeleteGroupAsync() { // Create a group first, then delete it. string createdGroup = await GroupSnippets.CreateGroupAsync(STORY_DATA_IDENTIFIER); return(await GroupSnippets.DeleteGroupAsync(createdGroup)); }