namespace Wallet { public interface IWalletConnectionFactory { Task Create(string name, string key); } }