Proxies all method calls to the original normalizer.
public function __call(string $method, array $arguments) : mixed { return $this->normalizer ->{$method}(...$arguments); }