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