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