namespace Project.Application.DTOs.Auth { public record AuthCheckDto(bool IsAuthenticated); }