public static DecodedEntityClass GetRegisteredEntityInfo(this Type entityType)
 {
     return(EntityInfoCache.ContainsKey(entityType) ? EntityInfoCache[entityType] : null);
 }