pub async fn create_key(
    configuration: &Configuration,
    security_key_create: SecurityKeyCreate,
    access_length: Option<i32>,
    secret_length: Option<i32>
) -> Result<ResponseCreatekey, Error<CreateKeyError>>