private ExcludingPreprocessors(CloudVocabularyPreprocessor nextPreprocessor,
                                CloudContextGenerator contextGenerator) : base(nextPreprocessor) =>
 // used implicitly by Program.BuildContainer
 // ReSharper disable once UnusedMember.Global
 public ExcludingPreprocessors(CloudContextGenerator contextGenerator) : this(null, contextGenerator)
 {
 }