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