public async Task <int> AddTaskAsync(TaskItem taskItem)
 {
     return(await taskManagerRepository.InsertAsync(taskItem));
 }