pub async fn create_namespace(
    client: &BackendClient,
    vars: CreateNamespaceVars
) -> Result<Namespace, Error>