pub type Request<A, M> = MsgRequest<AddressSender<A>, M>;
struct Request<A, M> { /* private fields */ }