public Replicator(IServiceClient serviceClient, IApplicationSettings applicationSettings) { endpoints = applicationSettings.GetIPEndpointsArray("endpoints"); this.serviceClient = serviceClient; }