using Femto.Common.Domain; using Femto.Modules.Auth.Application.Dto; namespace Femto.Modules.Auth.Application.Interface.ValidateSession; /// /// Validate an existing session, and then return either the current session, or a new one in case the expiry is further in the future /// /// public record ValidateSessionCommand(string SessionId) : ICommand;