public static void Main() { ConsolePrinter consolePrinter = new ConsolePrinter(); consolePrinter.PrintBoolToConsole(true); }