public Task <DataTable> ExecuteAppInsightsQuery(string query)
 {
     return(MakeDependencyCall(DataProvider.ExecuteAppInsightsQuery(query)));
 }