public function testCustomerId()
 {
     $this->hit->setCustomerId('some_customer_id');
     $this->assertSame('some_customer_id', $this->hit->getCustomerId());
 }