public ConfigService(UswopContext uswopContext)
 {
     _uswopContext = uswopContext;
 }
 public ProductService(UswopContext uswopContext, IConfigService configService)
 {
     _uswopContext = uswopContext;
     _configService = configService;
 }