public LinqServiceInfo GetInfo(string?configuration)
 {
     return(_linqService.GetInfo(configuration));
 }