private static void EnsureLocalRoot(Uri uri) { if (uri != null && UriUtility.IsHttp(uri)) { throw new ArgumentException("Local feed path cannot be an http URI, use baseURI instead."); } }