public void InvokeTaskListChanged(TaskListChangedEventArgs e) { var handler = TaskListChanged; handler?.Invoke(this, e); }