SocketInterfaceExtension(SocketInterface& sock_interface) : sock_interface_(sock_interface) {}
// It acts both as a SocketInterface and as a BootstrapExtensionFactory. The latter is used, on the
// one hand, to configure and initialize the interface and, on the other, for SocketInterface lookup
// by leveraging the FactoryRegistry. As required for all bootstrap extensions, all derived classes
Registry::FactoryRegistry<Server::Configuration::BootstrapExtensionFactory>::getFactory(name);