public async Task <IActionResult> Get() { var helpers = await _service.GetRounds(); return(Ok(helpers)); }