public ServicesFeature( IProjectService projectService, AndroidChromeM39FaviconsFeature androidChromeM39FaviconsFeature, FeedFeature feedFeature, RobotsTextFeature robotsTextFeature, SearchFeature searchFeature, SitemapFeature sitemapFeature, Windows81IE11EdgeFaviconFeature windows81IE11EdgeFaviconFeature) : base(projectService) { this.androidChromeM39FaviconsFeature = androidChromeM39FaviconsFeature; this.feedFeature = feedFeature; this.robotsTextFeature = robotsTextFeature; this.searchFeature = searchFeature; this.sitemapFeature = sitemapFeature; this.windows81IE11EdgeFaviconFeature = windows81IE11EdgeFaviconFeature; this.androidChromeM39FaviconsFeature.PropertyChanged += this.OnOtherFeaturePropertyChanged; this.feedFeature.PropertyChanged += this.OnOtherFeaturePropertyChanged; this.robotsTextFeature.PropertyChanged += this.OnOtherFeaturePropertyChanged; this.searchFeature.PropertyChanged += this.OnOtherFeaturePropertyChanged; this.sitemapFeature.PropertyChanged += this.OnOtherFeaturePropertyChanged; this.windows81IE11EdgeFaviconFeature.PropertyChanged += this.OnOtherFeaturePropertyChanged; }