Location: [backend/ethc/channel/subscription]
Task: Instead of having three different read functions: ReadAll, ReadPast and ReadFuture we only want to have a single Read function.
This simplifies the event sub code a lot and the cases that the other functions cover are not needed right now.