using SharedKernel.Results; using Application.Abstractions.Messaging; namespace Application.Features.Api.Auth.RefreshToken; public sealed record Command( string RefreshToken ) : ICommand<Result<Response>>;