namespace Corp.Demo.Extensions.Common; public interface ISerializationHandler { string SerializeExtensionEvents(); }