Declared async interface of FileReader and FileWriter depricated sinc…
Created by: SebastianDirks
…e it was not used with async IO by even one implementation. It however produced threading bugs. Added synchronous methods with the same functionality and implemented the "async" ones with Task.FromResult.
Some bug fixes in AbstOVFStreamingMerger.