public function test_it_makes_new_class()
 {
     $obj = new ObjectFactory('', true);
     $obj->make('\\StateMachine\\ObjectFactoryTest');
 }