public virtual void InitEntity <T>(T entity) { var detailsInfo = TypeProcessor.GenerateDetailsInfo <T>(); InitEntity(entity, detailsInfo); }