public static void SetConverter(IConvertsTo <ExpandoObject> converter)
 {
     _converter.Value = converter;
 }
 public static void SetConverter(IConvertsTo <IDictionary <string, string> > converter)
 {
     _converter.Value = converter;
 }
 public static void SetConverter(IConvertsTo<IDictionary<string, string>> converter)
 {
     _converter.Value = converter;
 }
 public static void SetConverter(IConvertsTo<ExpandoObject> converter)
 {
     _converter.Value = converter;
 }