pub type ReportReading = Box<dyn Fn(Value) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync + 'static>;