public CardWorkExtractorManateeService(ICommentWorkExtractorService commentWorkExtractorService)
     : base(commentWorkExtractorService)
 {
 }
 protected AbstractCardWorkExtractorService(ICommentWorkExtractorService commentWorkExtractorService)
 {
     _commentWorkExtractorService = commentWorkExtractorService;
 }