public function testExecuteMethodCallable()
 {
     $Injector = new Injector($this->scope);
     $result = $Injector->execute(array("Tests\\NewClassObjectAndValue", "myMethod"));
     print_r($result);
 }