public async Task <int> CreateAsync(NodeEntity model) { return(await repository.CreateAsync(model)); }