pub async fn get_app_version_by_id_with_app(
    client: &WasmerClient,
    version_id: String
) -> Result<(DeployApp, DeployAppVersion), Error>