public static void Main() { PrintBool boolPrint = new PrintBool(); boolPrint.PrintBoolToString(true); }