public void ChangingEmail()
        {
            string actual   = "[email protected] [email protected] [email protected]";
            string expected = RegularExpressions.ChangingEmail("[email protected] [email protected] [email protected]");

            Assert.AreEqual(expected, actual);
        }