public GroupParticipantCollection List(GroupParticipantQO qo)
 {
     return(this.Execute("group_participants", qo));
 }
 public IChurchCommunityBuilderResponse <GroupParticipantCollection> List(GroupParticipantQO qo)
 {
     return(this.Execute("group_participants", qo));
 }