namespace Toolkit.Foundation; public interface ISerialResponse { ISerialContext Context { get; } }