IModelElement ICacheAccessor.TryGetFromCache(Identity id)
 {
     return(L1Cache.TryGetFromCache(id));
 }