public void Generate() { IMapperConfiguration mapperConfig = new DataObjectsAutoMapperConfiguration(_context); IMapperExtensions mapperExtensions = new DataObjectsAutoMapperExtensions(_context); IAutoMapperFramework mapper = new RenderDataObjectsAutoMapper(_context, mapperConfig, mapperExtensions); IORMFramework ormFramework = new EntityFrameworkOrmFramework(_dataStore, _context, mapper); ormFramework.Generate(); }