// share the skin stylesheet between producer and consumer.
isRequestMapStyleSheetIdAndSkinEqual(context, requestedSkin);
// wrap in the RequestSkinWrapper, else we get property/icon
// not found errors
return new RequestSkinWrapper(requestedSkin);
// todo Should I wrap it in something that says that we don't need to compress. In FileSystemStyleCache,
// we could look to see what kind of skin it is??? Portal skins have a styleClassMap, but they
// do not want compression.
}// end requestedSkin != null