ISubscribe Type
The canonical subscription stream: a non-generic shorthand for ISubscribe<IMessageWithCID> — the type every FCQRS projection / read-your-writes subscription actually uses (cf. IEnumerable vs IEnumerable<T>). Lets consumers write ISubscribe instead of the closed generic, and inject it by that name.
FCQRS