using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Forum.CommentFile.Download; public sealed record Command( Guid CommentFileUUID, int? MemberID, string? IpAddress, string? UserAgent ) : ICommand>;