public static ContextNode GetMostRecent(IContextCache cache)
 {
     return(cache.OrderBy(node => node.Key.Timestamp).FirstOrDefault());
 }