public static bool HasOutputConfiguration(this DesignerModel model)
 {
     return(model.HasStereotype("Output Configuration"));
 }
 public static bool HasDesignerConfig(this DesignerModel model)
 {
     return(model.HasStereotype("Designer Config"));
 }