public void Establecer(IPropiedad propiedad, object valor)
 {
     Establecer(propiedad, valor, _impl.Obtener(propiedad));
 }