public function offsetExists($offset)
 {
     $this->assertValidationPassed();
     return $this->dataStorage->offsetExists($offset);
 }