public void TestGetNhsChoicesAreaId()
 {
     var nhsChoicesId = new NonPublicServicesController().GetNhsChoicesAreaId(AreaCodes.Gp_Burnham);
     Assert.AreEqual("43611", nhsChoicesId);
 }
 public void TestGetChimatWayResourceId()
 {
     var id = new NonPublicServicesController().GetChimatResourceId(AreaCodes.CountyUa_Cumbria, 94);
     Assert.AreEqual(ChimatWayResourceIds.Cumbria, id);
 }