/// <summary>
 /// Adds a CommandSet to the SetList in the service layer.
 /// </summary>
 /// <param name="csType">The type of command to add.</param>
 /// <param name="data">The CommandSet data.</param>
 public void AddCommandSet(CommandSetType csType, CommandSet data)
 {
     CommandService.AddCommandSet(csType, data);
 }