public static void Beep(int frequency, int duration) { ConsolePal.Beep(frequency, duration); }
public static void Beep() { ConsolePal.Beep(); }