using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Auth.Logout; public sealed record Command( int MemberID, string? RefreshToken ) : ICommand;