using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Studio.IssueDonationCode; public sealed record Command(int MemberID, string Code) : ICommand<Result<Response>>;