| Add(T) | Add an item to the collection. |
| Add(String) | Add a task to the collection by display name. |
| Add(ValueTupleString, String, TaskTypeItem, TaskStatusItem) | Add one or more tasks using a simple tuple approach. |
| Add(ValueTupleString, String, String, String) | Add one or more tasks using a simple tuple approach. |