private static void NotifyUser(string val) { ConsolePrinter.WriteLine($"UI NOTIFICATION: you scanned {val}", ConsoleColor.Blue); }
public void Dispose() { ConsolePrinter.WriteLine("Scanner disposed", ConsoleColor.Red); }
private static void GateInIfAllowed(string restriction) { ConsolePrinter.WriteLine(restriction, ConsoleColor.Green); }