internal AccountInfoService(AccountInformationQuery accountInformationQuery)
 {
     _accountInformationQuery = accountInformationQuery;
 }
 internal AccountInformationService(AccountInformationQuery accountInformationQuery)
 {
     _accountInformationQuery = accountInformationQuery;
 }