public LatestNewsBlockModelMapper(IContentTypeRepository contentTypeRepository,
                                   ReflectionService reflectionService, IContentModelReferenceConverter contentModelService,
                                   IPropertyConverterResolver propertyConverterResolver, IContentVersionRepository contentVersionRepository,
                                   ContentLoaderService contentLoaderService, UrlResolverService urlResolverService,
                                   ContentApiConfiguration apiConfig, IUrlResolver urlResolver, IContentLoader contentLoader) : base(contentTypeRepository, reflectionService, contentModelService,
                                                                                                                                     contentVersionRepository, contentLoaderService, urlResolverService, apiConfig, propertyConverterResolver)
 {
     _urlResolver   = urlResolver;
     _contentLoader = contentLoader;
 }
 public CustomUrlResolverService(UrlResolver urlResolver,
                                 ContentApiConfiguration contentApiConfiguration,
                                 ServiceAccessor <HttpContextBase> httpContextAccessor) : base(urlResolver, contentApiConfiguration)
 {
     _httpContextAccessor = httpContextAccessor;
 }