/**
* Boots the component with the given name.
*
* @param string $component The component name, eg. com_content.
*
* @return ComponentInterface The service container
*
* @since 4.0.0
*/
protected function bootComponent($component) : ComponentInterface
{
return Factory::getApplication()->bootComponent($component);
}