public async Task <IActionResult> GetPoint(Guid id)
 {
     return(Ok(await _pointsService.GetPoint(id)));
 }