public Task WriteAllBytes(string path, byte[] bytes) { return(Task.Run(() => _synchronousFileOperations.WriteAllBytes(path, bytes))); }