public async Task <IEnumerable <TaskItem> > GetAllTasksAsync()
 {
     return(await taskManagerRepository.GetAllAsync());
 }