/**
  * @return [void]
  */
 public function send()
 {
     $this->adapter->send($this->payload, $this->queue, $this->exchange);
 }