public void ThenIShouldSeeATotalOffices(int numberOfOffices)
 {
     Assert.AreEqual(numberOfOffices, ContactPage.NumberOfOfficesInTotal());
 }