IServiceFactory public interface IServiceFactory Represents the factory to create arbitrary (third-party) services. Documentation Code TService Create<TService>(IBrowsingContext context) Creates a new service for the given context.