public async Task <TaskItem> GetTaskAsync(int id)
 {
     return(await taskManagerRepository.GetAsync(id));
 }