/// <summary>
 /// Default constructor
 /// </summary>
 public AzurePDFIndexer()
 {
     SupportedExtensions = new[] { ".pdf" };
     UmbracoFileProperty = "umbracoFile";
     //By default, we will be using the UmbracoAzureDataService
     DataService = new UmbracoAzureDataService();
 }
 /// <summary>
 /// Default constructor
 /// </summary>
 public AzureMemberIndexer()
     : base()
 {
     //By default, we will be using the UmbracoAzureDataService
     DataService = new UmbracoAzureDataService();
 }
 /// <summary>
 /// Default constructor
 /// </summary>
 public AzureMemberIndexer()
     : base()
 {
     //By default, we will be using the UmbracoAzureDataService
     DataService = new UmbracoAzureDataService();
 }