static void Main(string[] args)
        {
            var person = Person.Parse("John");

            person.Introduce("Mosh");
        }