pub type GenerateService = Box<dyn Fn(&str, Channel) -> LocalBoxFuture<'static, Result<(), Error>>>;
struct GenerateService(/* private fields */);