public static ExportedDataTypes GetExportedType(this object value) => BinaryDataWriter.GetExportedType(value.GetType());
public static ExportedDataTypes GetExportedType(this Type type) => BinaryDataWriter.GetExportedType(type);