namespace TeamCity.CSharpInteractive; internal interface IScriptContentReplacer { IEnumerable Replace(IEnumerable lines); }