IResourceService<TResource> public interface IResourceService<TResource> where TResource : IResourceInfo Represents a service to create a specific resource handler. Documentation Code Task<TResource> CreateAsync(IResponse response, CancellationToken cancel) Tries to create an inspector for the given resource. bool SupportsType(string mimeType) Checks if the given type is supported.