public void GivenIHaveInstantiatedASimpleJSONParser() {
     _simpleJSONParser = new StandardJsonNameValueCollection(Resources.LargeJSON);
 }