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