public void NamingTest()
        {
            string result = apartmentService.GetApartmentNameWithLocation(apartment);

            Assert.AreNotSame(string.Empty, result);
        }