using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Channel.Get; public sealed record Query(string ChannelSID) : IQuery<Result<Response>>;