public async Task <IEnumerable <UserTask> > GetAllUserTasks([FromRoute] string userId) { return(await _taskBusiness.GetAllUserTasks(userId)); }