private static bool LRUCacheTest1() { LRUCache lruCache = new LRUCache(0); return(lruCache.GetType() == typeof(LRUCache)); }