public async Task <bool> UpdateAsync(Goal goal) { var updated = await GoalRepository.UpdateAsync(goal); return(updated); }