namespace Femto.Api.Controllers.Auth; public record GetUserInfoResult(Guid UserId, string Username, bool IsSuperUser);