pub type ReloadTrigger = BoxStream<'static, Option<Sender<Result<(), Error>>>>;
struct ReloadTrigger {}