namespace NetCore.ContentParse; public interface IContentReceiver { void AddContent(object data); }