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