type A2sDisconnect = Arc<Mutex<Option<UnboundedSender<(Pid, (Duration, Sender<Result<(), ParticipantError>>))>>>>;
struct A2sDisconnect { /* private fields */ }