private static function map($object, $class)
 {
     return PropertyMapper::map(new $class(), $object);
 }