namespace TheXamlGuy.Framework.Serial; public interface ISerialResponse { ISerialContext Context { get; } }