public static function getProperty($propertyName)
 {
     $expectation = new Expectation(Core::getLanguage());
     return $expectation->getProperty($propertyName);
 }