This release consolidates some interfaces and factories. The factory delegates are now just a single delegate, ServiceFactory
.
Additionally, the "void" IRequest
interface now inherits IRequest<Unit>
, and the IRequestHandler<T>
inherits IRequestHandler<T, Unit>
.