public void EstablecerLong(IPropiedad propiedad, long valor)
 {
     EstablecerLong(propiedad, valor, _impl.ObtenerLong(propiedad));
 }