public WriteKey(AuthedClient client, string vault) { Vault = vault; _client = client; }
public ReadKey(AuthedClient client, string vault, string key) { Vault = vault; Key = key; _client = client; }