public function isInCloudFoundry()
 {
     return $this->cfHelper->isInCloudFoundry();
 }