using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.DonationRemote.TestDonate; public sealed record Command( string WidgetToken, string SendName, int Amount, string? Message, int? CrewMemberID, bool IsTest, int RequesterMemberID ) : ICommand>;