public DbFileProvider(BinaryFileContentRepository binaryFileContentRepository)
 {
     this.binaryFileContentRepository = binaryFileContentRepository;
 }