public IColeccionSoloLectura ObtenerColeccion(IPropiedad propiedad)
 {
     return(_impl.ObtenerColeccion(propiedad));
 }