public function testVersion()
 {
     $this->hit->setVersion('some_version');
     $this->assertSame('some_version', $this->hit->getVersion());
 }