pub type Result<T, E = BinaryReaderError> = Result<T, E>;