/**
  * @param  ConversationInterface $conversation
  * @return MessageInterface
  */
 public function getLastReply(ConversationInterface $conversation)
 {
     return $this->pmService->getLastReply($conversation);
 }