namespace SIGCM2.Application.Auth.Refresh; public sealed record RefreshCommand(string AccessToken, string RefreshToken);