public IActionResult GetList()
 {
     return(Ok(_adapter.GetList()));
 }