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