handler method
Este metodo debe contener la logica inicial de los Features
Implementation
@override
ParamsStateModel handler(List<String> param) {
evalueParamsHandler(param);
return ParamsStateModel(
isEmptyModule: hasEmptyModuleParam,
isPersonalizedConfig: hasPersonalizedModuleParam,
personalizedConfigPath: personalizedConfigPath,
featureName: featureName,
moduleName: moduleName,
);
}