public void GetFileAtPath_ReturnsNull_IfFileDoesNotExist(string path) { Assert.That(filesystem.GetFileAtPath(path), Is.Null); }