public void TestIsDockerInstalled_fail() { Assert.IsFalse(DockerClient.IsDockerInstalled(Paths.Get("path/to/nonexistent/file"))); }