public CategoryService(ScrapyDbContext scrapyContext)
 {
     this._scrapyContex             = scrapyContext;
     this._googleTranslationService = new GoogleTranslationService();
     this._transliterationService   = new TransliterationService();
 }
 public ProductService(ScrapyDbContext scrapyContext)
 {
     this._scrapyContext            = scrapyContext;
     this._transliteratioinService  = new TransliterationService();
     this._googleTranslationService = new GoogleTranslationService();
 }