public IActionResult ApplicationConfiguration()
 {
     return(Json(ConfigurationProvider.ExportConfiguration()));
 }