private static void addClassMetaAndLog(System.Type type, Attribute classAttribute, EntityMeta entMeta)
 {
     log.DebugFormat("Adding {0} to type {1}.", classAttribute.GetType().Name, type.FullName);
     entMeta.AddClassMeta(classAttribute);
 }