public function __construct(CommentType $comment_type, DataAccessServiceInterface $data_access_service, FilesystemServiceInterface $filesystem_service, EventBusInterface $event_bus, LoggerInterface $logger)
 {
     parent::__construct($comment_type, $data_access_service, $filesystem_service, $event_bus, $logger);
 }
 public function __construct(UserType $user_type, DataAccessServiceInterface $data_access_service, EventBusInterface $event_bus, WorkflowServiceInterface $workflow_service, LoggerInterface $logger)
 {
     parent::__construct($user_type, $data_access_service, $event_bus, $workflow_service, $logger);
 }