private function whenIFindOrCreateByPrimaryKey()
 {
     $this->resultRecord = $this->table->findOrCreateRecord($this->storedRecord->getIdentifierFieldIndexed());
 }