pub type ServerGenerator = Arc<dyn Fn() -> ServerGeneratorResult + Send + Sync>;
pub struct ServerGenerator { /* private fields */ }