public function isMethodExists($_sMethodName)
 {
     /**
      * @TODO: temporary fix for some methods
      */
     if (in_array($_sMethodName, array('pages_mklist_by_tags', 'pagesByAccountTags', 'pagesByDomainTags', 'tags_mk_cloud', 'tags_mk_eff_cloud', 'tagsAccountCloud', 'tagsAccountEfficiencyCloud', 'tagsAccountUsageCloud', 'tagsDomainCloud', 'tagsDomainEfficiencyCloud', 'tagsDomainUsageCloud'))) {
         return true;
     }
     return parent::isMethodExists($_sMethodName);
 }