public async Task <IActionResult> GetLive()
        {
            await _footballService.GetLive();

            return(Ok());
        }