namespace EnvelopeGenerator.Domain.Constants { public enum DocumentStatus { Created = 0, Signed = 1 } }