using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.DonationRemote.IgnoreAlert; public sealed record Command(int AlertID) : ICommand<Result>;