{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "delete",
    "LastUpdatedDate": "2014-11-29T11:33:46.463-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-11-29T11:07:35.847-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Access error",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17175
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": " ZipFile zip = new ZipFile( );\r\n\r\n                zip.AddDirectory( path,\"test\" );\n                zip.Save( \"e:\\\\lolnaebal.zip\" );\n                foreach ( var item in zip )\n                {\n                    item.InputStream.Close( );\n                }\n                zip.Dispose( );\n foreach ( string file in Directory.GetFiles(path , \"*\" , SearchOption.AllDirectories ) )\n                {\n                    try\n                    {\n                        File.Delete( file );\n                    }\n                    catch\n                    {\n                             //access error\n                    }\n                }",
      "PostedDate": "2014-11-29T11:17:38.22-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2014-11-29T11:33:35.057-08:00",
      "Id": -2147483648
    },
    {
      "Message": "delete",
      "PostedDate": "2014-11-29T11:33:46.463-08:00",
      "Id": -2147483648
    }
  ]
}