pub type Connection<T> = Framed<T>;
Northstar console connection
pub struct Connection<T> { /* private fields */ }