pub async fn get_app_secret_value_by_id( client: &WasmerClient, secret_id: impl Into<String>, ) -> Result<Option<String>, Error>