pub async fn all_app_versions(
    client: &WasmerClient,
    owner: String,
    name: String,
) -> Result<Vec<DeployAppVersion>, Error>Expand description
Load all versions of an app.
Will paginate through all versions and return them in a single list.