public static string GetParameters(IModel model)
 {
     var t = new TIMEModelParameterSet(model);
     return t.GetConfigurationDescription();
 }
        public static string GetParameters(IModel model)
        {
            var t = new TIMEModelParameterSet(model);

            return(t.GetConfigurationDescription());
        }