/**
  * Returns the Symfony service container if it has been injected,
  * otherwise returns null.
  *
  * @return \Symfony\Component\DependencyInjection\ContainerInterface|null
  */
 public function getServiceContainer()
 {
     return $this->kernelHandler->getServiceContainer();
 }