using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Forum.Comment.Delete; public sealed record Command( int ID, int MemberID ) : ICommand;