pub async fn get_delegator_info(
    tag: String,
    stake_public_key: String,
    context: SharedContext
) -> Result<DelegatorInfo, HandleError>