public void EstablecerSByte(IPropiedad propiedad, sbyte valor)
 {
     EstablecerSByte(propiedad, valor, _impl.ObtenerSByte(propiedad));
 }