public InMemoryChannelFactory(FakeChannel channel = null) { _channel = channel ?? new FakeChannel(); }