public AccountController(IUserRepository repository, IPlaybookEmailer emailer, IHrdAgent hrdAgent) { this.userRepository = repository; this.emailer = emailer; this.hrdAgent = hrdAgent; }