/**
  * @param string               $message
  * @param ContentTypeInterface $contentType
  */
 protected function sendLog($message, ContentTypeInterface $contentType)
 {
     $this->logger->info($message, array('content_type_id' => $contentType->getContentTypeId(), 'content_type_name' => $contentType->getName($this->context->getCurrentLocale())));
 }