//@todo in the future we need to not make all these pub and clean them up.
//@todo make client clonable so that we don't have to wrap in Arc.
pub use Protocol;
pub type Result<T> = Result;
//@todos.....
//1. We need to allow for username/password in these clients (See bitcoin).