public void TestProcessAggregations()
        {
            AggregationHelper testTarget = new AggregationHelper();

            var mog = deserial.Deserialize<MotherOfGodAggregations>(new RestResponse<MotherOfGodAggregations>
            {
                Content = TestResources.MogJson
            });
        }