using PnvPanel.Application.Common.Messaging; using PnvPanel.Application.Common.Models; namespace PnvPanel.Application.Auth.Refresh; public sealed record RefreshCommand(string RawRefreshToken) : ICommand>;