public ServiceEntity getServiceEntity() {
   if (serviceEntity == null) {
     serviceEntity =
         CsTigoApplication.getServiceHelper()
             .findByServiceCod(getResponseEntity().getServiceCod());
   }
   return serviceEntity;
 }