public ITaskListCore CreateSmartTaskList(string id, string name) { return(TaskList.CreateSmartTaskList(id, name, taskListRepo)); }