public void EstablecerByte(IPropiedad propiedad, byte valor)
 {
     EstablecerByte(propiedad, valor, _impl.ObtenerByte(propiedad));
 }