pub async fn get_app_secret_by_name( client: &WasmerClient, app_id: impl Into<String>, name: impl Into<String>, ) -> Result<Option<Secret>, Error>