/**
  * @param $eventKey
  * @param $eventValue
  * @return mixed
  */
 public function dispatch($eventKey, $eventValue)
 {
     $this->api->callMethod($this->routeName, ['eventkey' => $eventKey, 'eventValue' => $eventValue]);
 }