public function testOverloadAliasNotFound()
 {
     $this->setExpectedException(NotFoundException::class);
     $container = new Container();
     $container->ClassNotExist();
 }