pub type ResponseSender<Resp> = Sender<Response<Resp>>;
pub struct ResponseSender<Resp> { /* private fields */ }