public static async Task <bool> TryGetEventsAsync() { var events = await UserSnippets.GetEventsAsync(); return(events != null); }