function __call($name, $args)
 {
     return StubObject::_call($name, $args);
 }