public CreateModel(ApplicationContext context, IOptions <Constants> config) { _context = context; _encryption = new EncryptionTools(config); }