public async Task CollectAndSerialize()
 {
     await _registry.CollectAndSerializeAsync(new TextSerializer(Stream.Null), default);
 }