namespace DigitalData.UserManager.DataContracts.DTOs.Auth { public record AuthCheckDto (bool IsAuthenticated); }