/**
  * {@inheritdoc}
  */
 protected function getInsertedUid()
 {
     $uid = $this->connection->Insert_ID();
     return intval($uid);
 }