public TestDependencyResolver(TestEventStore testEventStore, ICommandPublisher <ISingleSignOnToken> testSingleSignOnTokenCommandPublisher = null) { TestEventStore = testEventStore; TestSingleSignOnTokenCommandPublisher = testSingleSignOnTokenCommandPublisher; }
public TestDependencyResolver(TestEventStore testEventStore) { TestEventStore = testEventStore; }