export class UserRegistration {
  private constructor(
    public username: string,
    public email: string,
    public password: string,