public RegisterAccountService(IAccountIndexRepository accountIndexRepository)
 {
     _accountIndexRepository = accountIndexRepository;
 }
 public RegisterAccountIndexService(IAccountIndexRepository accountIndexRepository)
 {
     _accountIndexRepository = accountIndexRepository;
 }