public void Setup_BinaryFormatterByteConverter()
 {
     Converter  = new BinaryFormatterByteConverter <string>();
     TestString = GetTestString();
 }
 public void Setup_BinaryFormatterByteConverter()
 {
     Converter = new BinaryFormatterByteConverter <ComplexType>();
     Input     = CreateComplexType();
 }