private void BuildTileEntities() { var boardCreateService = new BoardCreateService(entityFactory); boardCreateService.CreateBoard(); }