it('Export private key with password', function () {
        this.timeout(3000)
        const exportPrivateKey = DCLib.Account.exportPrivateKey('1234')
        console.log('Private key with pass: ', exportPrivateKey)
      })