in src/Libs/Common/Utils/NameConverter.cs [6:9]
public static string GenerateHubName(string testId) { return "up" + testId.Replace("-", "zz"); }