namespace TimetableDesigner.Backend.Services.Authentication.DTO.WebAPI; public record RegisterResponse( long Id, string Email );