public function __construct(EntityTypeManagerInterface $entity_type_manager, StateInterface $state, AuthmapInterface $authmap, PasswordGeneratorInterface $password_generator, StanfordIntranetManagerInterface $intranet_manager) {
    $this->entityTypeManager = $entity_type_manager;
    $this->state = $state;
    $this->authmap = $authmap;
    $this->passwordGenerator = $password_generator;