private string GetIndexContentPath(IContent content) { string findProxyPath = _pathHelper.EnsureTrailingSlash(_pathHelper.GetPathInModule(_findUiConfiguration.AdminProxyPath)); return(findProxyPath + GetTypeAndIndexId(content) + GetLanguageRoutingParameter(content)); }