/**
  * @return boolean
  */
 public function save()
 {
     return $this->riakBucketServiceClient->save($this->cluster, $this);
 }
 /**
  * @param  string                               $bucketName
  * @return \Kbrw\RiakBundle\Model\Bucket\Bucket
  */
 public function bucketProperties($bucketName)
 {
     return $this->riakBucketServiceClient->properties($this, $bucketName);
 }