public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('AuthorizationLevel', $strComplexTypeArray)) {
         $strComplexTypeArray['AuthorizationLevel'] = AuthorizationLevel::GetSoapComplexTypeXml();
     }
 }