pub async fn query_voters_by_snapshot_tag(
    tag: String,
    pool: &DbConnectionPool
) -> Result<Vec<Voter>, HandleError>