using MediatR; namespace EnvelopeGenerator.Application.Common.Notifications.RemoveSignature; /// /// /// /// /// /// /// public record RemoveSignatureNotification( int? EnvelopeId = null, int? ReceiverId = null, string? EnvelopeUuid = null, string? ReceiverSignature = null ) : INotification;