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