namespace Bitvault; public interface ILockerStorageFactory { Task Create(string name, SecurityKey key); }