using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Forum.PostBookmark.Toggle; public sealed record Command( int MemberID, int PostID, string? IpAddress, string? UserAgent ) : ICommand;