public async Task <IActionResult> HardDeleteCounter(int id) { var result = await _counterService.HardDeleteCounter(id); return(Ok(result)); }