/// <summary>
 /// Initializes a new instance of the <see cref="GamepadBinding"/> class.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <param name="gesture">The gesture.</param>
 public GamepadBinding(ICommand command, GamepadGesture gesture)
     : base(command, gesture)
 {            
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GamepadBinding"/> class.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <param name="gesture">The gesture.</param>
 public GamepadBinding(ICommand command, GamepadGesture gesture)
     : base(command, gesture)
 {
 }