Create an IEnumerable specific implementation for node values. This method should be used when retrieving node values from the content repository. The purpose for this node for the node value list to keep changes up to date.
public class INodeValueEnumerable : IEnumerable<INodeValue>
{
}