pub async fn get_voters_info(
    tag: String,
    voting_key: String,
    context: SharedContext
) -> Result<VotersInfo, HandleError>