namespace DigitalData.UserManager.Application { public enum MessageKey { UserNotFoundInLocalDB, GroupNotFound, GroupAlreadyExists, UserAlreadyExists, UserNotFound, UnauthorizedUser } }