public async Task <bool> UpdateSkier(Skier skier) => await SkierValidator(skier) && await _skierDao.UpdateAsync(skier);