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