public function testArrayNotSize()
 {
     $result = Type::isArraySize([1, 2, 3], 2);
     $this->assertFalse($result);
 }