public virtual CriterionUserInterest[] getUserInterestCriterion(ConstantDataServiceUserInterestTaxonomyType userInterestTaxonomyType) {
      object[] results = this.Invoke("getUserInterestCriterion", new object[]
				{
					userInterestTaxonomyType
				});
      return ((CriterionUserInterest[]) (results[0]));
    }
    public virtual CriterionUserInterest[] getUserInterestCriterion(ConstantDataServiceUserInterestTaxonomyType userInterestTaxonomyType, [System.Xml.Serialization.XmlIgnoreAttribute()]
bool userInterestTaxonomyTypeSpecified) {
      object[] results = this.Invoke("getUserInterestCriterion", new object[] { userInterestTaxonomyType, userInterestTaxonomyTypeSpecified });
      return ((CriterionUserInterest[]) (results[0]));
    }