namespace SecureSharing.Business.Infrastructure { public enum PeriodOfValidity { ONE_TIME, ONE_HOUR, ONE_DAY, ONE_WEEK } }