pub type ConnectionStatsSender = UnboundedSender<SignalReportIndication>;
pub struct ConnectionStatsSender(/* private fields */);