public void EstablecerULong(IPropiedad propiedad, ulong valor)
 {
     EstablecerULong(propiedad, valor, _impl.ObtenerULong(propiedad));
 }