Updated import statements and changed references from `Domain.Constants` to `Value` in `APIEnvelopeJob.vb`, `FinalizeDocumentJob.vb`, `HistoryModel.vb`, `EmailService.vb`, and job scheduling files. This standardizes constant access and improves code maintainability and readability.
BASE MODULE =========== This module is intended for often used constants and datastructures. Therefor it is important that this module does not have any dependencies on other modules!!