internal ServerManager(ServerLocatorRegistry registry, TestHelper helper) { _registry = registry; _helper = helper; }
public ServerLocator(ServerLocatorRegistry registry, ILocatorRegistryPrx registryPrx) { _registry = registry; _registryPrx = registryPrx; _requestCount = 0; }