public function testCamelize()
 {
     $actual = Utils::camelize('data to_camelize');
     $this->assertEquals('DataToCamelize', $actual);
 }