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