pub type KeyRmResponse = KeyPairList;
pub struct KeyRmResponse { pub keys: Vec<KeyPair>, }
keys: Vec<KeyPair>