namespace Stats.Dtos; public record ClientRankingInfo(int CurrentRanking, int TotalRankedClients, string PerformanceBucket);