public static async Task <IDisposable> EnterUnlockScopeAsync(this IPascalCoinClient client, string pwd)
 {
     return(await Task.Run(() => client.EnterUnlockWalletScope(pwd)));
 }