public OgcServiceHelper(ConfigContext configContext, ServicePathManager servicePathManager, string host) { _configContext = configContext; _servicePathManager = servicePathManager; _host = host; }
public ServicePathManager(string rootPath, ConfigContext configContext) { RootPath = rootPath; ConfigContext = configContext; }