using Application.Abstractions.Messaging; namespace Application.Features.Api.DonationRemote.ResendAlert; public sealed record Command(int AlertID) : ICommand;