tool/TeamCity.Docker/IPathService.cs (8 lines of code) (raw):

namespace TeamCity.Docker { using IoC; internal interface IPathService { [NotNull] string Normalize([NotNull] string path); } }