public RemotePublishingEventsDescriptor(Type[] types, RemoteBoundedContextRegistration registration) { m_Registration = registration; m_Types = types; }
public RemoteListeningCommandsDescriptor(Type[] types, RemoteBoundedContextRegistration registration) { m_Types = types; m_Registration = registration; }