public string ExecuteReader(string?configuration, string queryData)
 {
     return(_linqService.ExecuteReader(configuration, queryData));
 }