public override void OnStartRoot(CoverageStats stats) { _jsonWriter !.WriteStartObject(); _jsonWriter !.WritePropertyName("*"); WriteStats(stats); }