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