function getCustomizedCommonService()
 {
     $customizedFactory = ACloud_Ver_Customized_Factory::getInstance();
     return $customizedFactory->getVersionCustomizedCommon();
 }
 function getVersionCustomizedFriend()
 {
     $customizedFactory = ACloud_Ver_Customized_Factory::getInstance();
     return $customizedFactory->getVersionCustomizedFriend();
 }