public IEnumerable <string> GetCaseIds(string instrumentName) { instrumentName.ThrowExceptionIfNullOrEmpty("instrumentName"); return(_mySqlService.GetCaseIds(_configurationProvider.DatabaseConnectionString, instrumentName)); }