public bool IsSupported(IScaffolderFactoryConfigEvaluationContext facotryEvaluationContext)
 {
     return(true);
 }
 public bool IsEvaluationContextInitialized(IScaffolderFactoryConfigEvaluationContext factoryEvaluationContext)
 {
     return(true);
 }