namespace TeamCity.dotCover; internal interface ITrace { void WriteLine(string? text); }