public static List<Challenge> GetActiveDailyChallenges(int userId = 0) { return GetActiveChallengesByDuration(1, userId); }