public void Delete_File_WithNull_False() { Assert.IsFalse(_files.Delete("")); Assert.IsFalse(_files.Delete(null)); }