using System.Text.Json; namespace Beam.Abstractions; public interface IDocumentMetaData { string AsJson(JsonSerializerOptions? options = null); }