pub async fn get_vote_by_caster_and_voteplan_id(
    caster: String,
    voteplan_id: String,
    context: SharedContext
) -> Result<Vec<Vote>, HandleError>