public FakeAdditionalText([NotNull] string content) { sourceText = new FakeSourceText(content, SettingsProvider.CreateEncoding()); }