public dynamic GetAllEnumPropertyEnumPropertyValues(int enumpropertyId)
        {
            var orchestrator = new EnumPropertyOrchestrator(new ModelStateWrapper(this.ModelState));

            return(orchestrator.GetAllEnumPropertyEnumPropertyValues(enumpropertyId).GetResponse());
        }