public void TestShape()
        {
            var reader = new PracticeDataAccess();

            Assert.AreEqual(6, reader.GetShape(AreaCodes.Gp_BermudaBasingstoke).Value);
            Assert.AreEqual(3, reader.GetShape(AreaCodes.Gp_AlbionSurgery).Value);
        }