public TransactionSenderService(IWalletConfigurationService walletConfigurationService,
                                 IAccountKeySecureStorageService accountKeySecureStorageService)
 {
     _walletConfigurationService     = walletConfigurationService;
     _accountKeySecureStorageService = accountKeySecureStorageService;
 }