public void TestRandomCanadianAddress()
        {
            var testResult = PostalAddress.RandomCanadianAddress();

            Assert.IsNotNull(testResult);
            Assert.IsNotNull(testResult.Street);
            Assert.IsNotNull(testResult.CityArea);
        }