create(new CreateUserDto( email: new EmailAddress('test@example.com'), passwordHash: $passwordHasher->hash('password123!@#'), )); } }