using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.DonationGoal.GetProgress; public sealed record Query(int ChannelID, int GoalConfigID) : IQuery<Result<Response>>;