pub async fn get_proposal(
    id: i32,
    voting_group: String,
    context: SharedContext
) -> Result<FullProposalInfo, HandleError>