public async Task <IActionResult> GetRssList()
        {
            var list = await _repo.GetRssList();

            return(Ok(list));
        }