public void RaiseEventNewArchiveInformation(ArchiveInformationEventArgs archiveInformationEventArgArgs) { OnIssueOnNewArchiveInformation(archiveInformationEventArgArgs); }
protected virtual void OnIssueOnNewArchiveInformation(ArchiveInformationEventArgs eventArgs) { var handler = NewArchiveProcessEvent; handler?.Invoke(this, eventArgs); }