protected override string ObterEmail(long handleUsuario) { return(Beneficiario.Get(handleUsuario).Email); }