/**
  * Load already specified quote level gift message.
  *
  * @return \Magento\GiftMessage\Api\Data\MessageInterface|null
  */
 protected function getOrderLevelGiftMessages()
 {
     $cartId = $this->checkoutSession->getQuoteId();
     return $this->cartRepository->get($cartId);
 }