public string SearchGroup(string conditionXml) { if (!header.VerifyCredentials(header.UserName, header.Password, header.Type)) { return(string.Empty); } return(XmlSerializer.Serialize(OrganizationPublicHelper.SearchGroup(conditionXml))); }