public void WriteToFile_ThrowsArgumentNullException() { Action action = () => client.WriteToFile(null, ""); action(); }