Proxies all methods to the delegate.
mixed[] $args:
mixed
public function __call(string $method, array $args) { return call_user_func_array([ $this->delegate, $method, ], $args); }