pub type HistoryErrorKind = WatchErrorKind;
pub enum HistoryErrorKind { InvalidKey, TimedOut, ConsumerCreate, Other, }