public void VisitElement(SumDecimals sumDecimals)
 {
     Console.WriteLine($"Visitante {this.GetType()}, obtem {sumDecimals.GetType()}");
 }