public void Hook(IHookHandlers handlers)
 {
     _keyboard.AddHandlers(handlers);
     _keyboard.Hook();
 }