public static void Main() { PrintingFunctions printFunctions = new PrintingFunctions(); printFunctions.PrintBooleanAsString(true); }