pub type HostStrategyGetter = Box<dyn FnOnce(&dyn Any) -> BaseServerStrategy>;
pub struct HostStrategyGetter(/* private fields */);