public void CreateAccountByProperties()
        {
            TestSystem testSystem = new TestSystem();
            string     result     = testSystem.CreateAccountByProperties();
            string     expected   = "092111222 2000 Uruguay";

            Assert.AreEqual(expected, result);
        }