public void Should_be_able_to_resolve_a_client_with_an_endpoint_name()
 {
     _mockServiceClient = _container.Resolve<IMockService2>("mockClient3");
     Assert.NotNull(_mockServiceClient);
 }
 public void Should_be_able_to_resolve_a_client_with_an_endpoint_name()
 {
     _mockServiceClient = _container.Resolve <IMockService2>("mockClient3");
     Assert.NotNull(_mockServiceClient);
 }