pub async fn get_all_proposals(
    voting_group: String,
    context: SharedContext
) -> Result<impl Reply, Rejection>