public static function encodeModel($model, $website)
 {
     $e = new UserProfileEncoder($website);
     return $e->_encode($model);
 }