pub type KeyGenResponse = KeyPair;
pub struct KeyGenResponse { pub name: String, pub id: String, }
name: String
id: String