It is assumed that the dictionary had a key called SetupParametersStr with a value implementing IEnumerable<KeyValuePair<string, object>>, which then the key is looking up into.
This can be used with "SetupParameters" in the Options.
public static bool TryGetSetupParameter<T>(
this IDictionary<string, Object> dictionary,
string key,
out T value
)
[Missing <typeparam name="T"/> documentation for "M:DHI.Mike1D.Generic.GenericExtensions.TryGetSetupParameter``1(System.Collections.Generic.IDictionary{System.String,System.Object},System.String,``0@)"]
[Missing <returns> documentation for "M:DHI.Mike1D.Generic.GenericExtensions.TryGetSetupParameter``1(System.Collections.Generic.IDictionary{System.String,System.Object},System.String,``0@)"]