public IActionResult Index()
 {
     return(Content(_clientStore.GetType().FullName));
 }