public function setSoftDescriptor($softDescriptor = false)
 {
     if ($softDescriptor === false) {
         return false;
     }
     self::$softDescriptor = $softDescriptor;
     return true;
 }