/** Notify other components about the new ticket properties. */
 protected void notifyComponents(ServiceTicket ticket) {
   // TODO: use eventbus to avoid coupling?
   locationPresenter.setLocationType(isInternalAsset(ticket));
 }