private async Task AddModelAsync(ModelsEdge edge) { await CarContext.FindOrCreateModelCatalogAsync(edge.node.make.name, edge.node.name); }