private ModelMetadataCacheEntry GetCacheEntry(ConstructorInfo constructor, Type modelType)
 {
     return(_modelMetadataCache.GetOrAdd(
                ModelMetadataIdentity.ForConstructor(constructor, modelType),
                _cacheEntryFactory));
 }