export class UserRegistrationRequest {
  private constructor(
    public user: UserRegistration,
  ) {}