private void DryText() => Console.ForegroundColor = Randomizer.GetRandomConsoleColor();
private void DryBackground() => Console.BackgroundColor = Randomizer.GetRandomConsoleColor();