/**
  * @return \LooplineSystems\IssueManager\Library\Trello\Api\Object\Checklist|null
  */
 protected function loadCheckListByCard()
 {
     $cardDto = $this->trelloWebHook->getDtoContainer()->getCardDto();
     return $this->trelloApiHelper->getChecklistFromCardShortLink($cardDto->getShortLink());
 }