namespace EnvelopeGenerator.Domain.Constants { public enum ElementStatus { Created = 0 } }