public static async Task <bool> TryGetUsersAsync() { var users = await UserSnippets.GetUsersAsync(); return(users != null); }