public void Execute(MouseClick action)
 {
     MouseActionSimulator.MouseClick(action.Button, action.X, action.Y);
 }