public ContentTranslator(IWebContext context, MissingTranslationsCollector missings) { this.context = context; this.missings = missings; }