public async Task ClearAllPoints()
 {
     await _pointRepository.ClearAllPoints();
 }