public function __construct(OwnerType $owner_type, DataAccessServiceInterface $data_access_service, FilesystemServiceInterface $filesystem_service, EventBusInterface $event_bus, LoggerInterface $logger)
 {
     parent::__construct($owner_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);
 }