/** @return the service name of the Management Service */
 public String getManagementServiceName() {
   return normalizeForDns(getAppName()) + SEPARATOR + properties.getManagementSuffix();
 }
 /** @return the serviceId of the Management Service */
 public String getManagementServiceId() {
   return normalizeForDns(getContext().getId()) + SEPARATOR + properties.getManagementSuffix();
 }