public void Describe(string name)
 {
     Console.WriteLine($"We introduce you to : {name}");
     Console.WriteLine(_description.Describe());
 }