ServiceFactory public class ServiceFactory : IServiceFactory The default implementation of a service factory. Documentation Code public ServiceFactory() public TService Create<TService>(IBrowsingContext context) Tries to create the given service.