messageWrite method
Implementation
void messageWrite(String message) {
resetColorAttributes();
setForegroundColor(ConsoleColor.white);
write(message);
}
void messageWrite(String message) {
resetColorAttributes();
setForegroundColor(ConsoleColor.white);
write(message);
}