using Application.Abstractions.Messaging; namespace Application.Features.Forum.Trash.Comment.PermanentDelete; public sealed record Command(int[] IDs) : ICommand;