namespace TeamCity.dotCover; internal interface IFileSystem { bool FileExists(string path); IEnumerable ReadFileLines(string path); }