public IActionResult Index()
 {
     return(View("Index", _exampleService.GetText()));
 }