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