public static InputProgram[] GetPrograms()
 {
     return(Joystick.GetAvailableJoysticks().Select(x => new JoystickProgram(x)).ToArray());
 }