public Wallet CreateWalletFromPassword(string password) { return(_walletProvider.Create(password)); }