BlocState is the actual keeper of State. a source of asynchronous state data (StateStream) and a Sink for proposals used to potentially alter state.
It needs to be a class so generic types aren't erased in Swift.
StateStream.collect(FlowCollector)
Sink.send(Proposal)
StateStream.value