using PnvPanel.Application.Common.Messaging; using PnvPanel.Application.Common.Models; namespace PnvPanel.Application.Billing.MarkPaymentSent; public sealed record MarkPaymentSentCommand(Guid RequestId) : ICommand, IRequiresActivation;