using Application.Abstractions.Messaging; namespace Application.Features.Api.Channel.GetLiveLeaderboard; public sealed record Query(string Identifier, int? MaxRank = null, int? ViewerMemberID = null) : IQuery<Response>;