public static void Stop() =>
 KeyboardHook.Stop();
 public static bool Start() =>
 KeyboardHook.Start(ShouldCancelKeyDown, ShouldCancelKeyUp);