public void Update(IReadOnlyList <ProxyRoute> routes, IReadOnlyList <Cluster> clusters) { InMemoryConfig oldConfig = _config; _config = new InMemoryConfig(routes, clusters); oldConfig.SignalChange(); }