public void EstablecerInteger(IPropiedad propiedad, int valor)
 {
     EstablecerInteger(propiedad, valor, _impl.ObtenerInteger(propiedad));
 }