public TupleDebugView(Tuple tuple) { Facts = string.Format("[{0}]", string.Join(" || ", tuple.Select(f => f.Object).ToArray())); }