namespace TimetableDesigner.Backend.Services.Authentication.Core.Commands.Register; public record RegisterResult ( long Id, string Email );