public function unboxPrimitive()
 {
     $this->assertEquals(1, Primitive::unboxed(1));
 }