private void ThrowIfNotValidContentType(string contentType) { if (!ContentTypes.IsAvailable(contentType)) { throw new InvalidOperationException($"Unknown sitemap content type {contentType}"); } }