pub async fn get_all_proposals(
    voting_group: String,
    context: SharedContext
) -> Result<Vec<FullProposalInfo>, HandleError>