public ActionResult GET()
 {
     return(Ok(_client.ListIndices()));
 }