public static String getShortName(String serviceId) {
   ServicePoint servicePoint = getServicePoint(serviceId);
   return servicePoint.getShortName();
 }