Allow DumpTell() or Dump (title) to dump to a DumpContainer
var someValue = 123;
var dumpContainer = new DumpContainer().Dump();
// I don't know a way to put the content of someValue.DumpTell() or someValue.Dump("My title") to dumpContainer
1
vote