namespace TeamCity.CSharpInteractive; internal interface IMessageIndicesReader { IEnumerable Read(string indicesFile); }