namespace Femto.Modules.Auth.Application.Dto; public record ValidateSessionResult(Session Session, Guid UserId, string Username);