public static void ChangeColorAnimation(IAnimation animation, ConsoleColor color, int lenght) { animation.ChangeColor(color, lenght); }