public Task <Stream> OpenRead(string path) { return(Task.Run(() => _synchronousFileOperations.OpenRead(path))); }