protected function createTable($tableId, $data)
 {
     $this->configuration->updateTable($this->writerId, $tableId, $data);
 }