TeamCity.VSTest.TestLogger/IIdGenerator.cs (5 lines of code) (raw):

namespace TeamCity.VSTest.TestLogger; internal interface IIdGenerator { string NewId(); }