using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Forum.Board.Delete; public sealed record Command(int[] IDs) : ICommand<Result>;