namespace ProtoBuf; public interface IProtoOutput { void Serialize(TOutput destination, T value, object userState = null); }