The c_sharp_dot_net adapter currently only extracts latency (nanoseconds) from BenchmarkDotNet's JSON output. I'd like it to also extract allocated bytes when a benchmark has been run with [MemoryDiagnoser], so that memory allocation can be tracked and threshold-tested alongside latency.