public TaskManagerService(ITodoList todoList, IArgToCommandConverter commandConverter, ISpecificationsConverter specConverter)
 {
     this.todoList         = todoList;
     this.commandConverter = commandConverter;
     this.specConverter    = specConverter;
 }
 public TaskManagerService(ITodoList todoList, IArgToCommandConverter commandConverter, ISpecificationsConverter specConverter)
 {
     this.todoList = todoList;
     this.commandConverter = commandConverter;
     this.specConverter = specConverter;
 }