using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Developers.Tokens.RevokePat; public sealed record Command(int OwnerMemberID, long PatID) : ICommand<Result>;