/**
  * Set the scope of the payment method to a mage store.
  *
  * @param mixed $storeId
  *
  * @return self
  */
 public function setStore($storeId = null)
 {
     $this->_config->setStore($storeId);
     return $this;
 }