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