namespace EnotaryoPH.Data.Constants { public enum SignatoryStatus { New = 0, EmailSent = 1, Registered = 2, FaceMatch = 3, Completed = 10 } }