protected static object GetMatchingNamedValue(Type type, string name)
 {
     return(NamedParameterRegistry.GetMatchingNamedValue(type, name));
 }
 protected static List <Suggestion> GetNamedValueSuggestions(Type type, string subStr)
 {
     return(NamedParameterRegistry.GetNamedValueSuggestions(type, subStr));
 }