public Task <int> InsertsAsync(TraefikRouteValue[] entities) { serviceDbContext.AddRange(entities); return(serviceDbContext.SaveChangesAsync()); }