public void EventLocationTest()
        {
            var page = JsonConvert.DeserializeObject <EventPage> (_serializedPage);

            AssertionHelper.AssertEventLocation(Mocks.EventLocation, page.Location);
        }