public void EstablecerFloat(IPropiedad propiedad, float valor)
 {
     EstablecerFloat(propiedad, valor, _impl.ObtenerFloat(propiedad));
 }