/**
  * Get the integration's name.
  *
  * @return mixed
  */
 public function getIntegrationName()
 {
     return $this->integration->getName();
 }