namespace Femto.Modules.Auth.Application.Dto; public record RefreshUserSessionResult(SessionDto SessionDto, UserInfo User);