schoolIdService->generateStudentSchoolId(); } public function generateUserId(): string { return $this->schoolIdService->generateUserSchoolId(); } }