private void EstablecerSByte(IPropiedad propiedad, sbyte valor, sbyte valorInicial)
 {
     _impl.EstablecerSByte(propiedad, valor);
     _historial.EstablecerSByte(_impl, propiedad, valor, valorInicial);
 }